翻訳と辞書
Words near each other
・ Tiny Cahoon
・ Tiny Chaplin
・ Tiny cisticola
・ Tiny Cities
・ Tiny Colour Movies
・ Tiny Computers
・ Tiny Core Linux
・ Tiny Creek (Manitoba)
・ Tiny Croft
・ Tiny Dancer
・ Tiny Dancer (Hold Me Closer)
・ Tiny Dancers
・ Tiny Dog Records
・ Tiny Doo
・ Tiny Dynamine
Tiny Encryption Algorithm
・ Tiny Engines
・ Tiny Evil Records
・ Tiny Explosions
・ Tiny fat mouse
・ Tiny Feather
・ Tiny Francis
・ Tiny Fuppets
・ Tiny Furniture
・ Tiny Gallon
・ Tiny Glacier
・ Tiny Gooch
・ Tiny Graham
・ Tiny greenbul
・ Tiny Grimes


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Tiny Encryption Algorithm : ウィキペディア英語版
Tiny Encryption Algorithm

In cryptography, the Tiny Encryption Algorithm (TEA) is a block cipher notable for its simplicity of description and implementation, typically a few lines of code. It was designed by David Wheeler and Roger Needham of the Cambridge Computer Laboratory; it was first presented at the Fast Software Encryption workshop in Leuven in 1994, and first published in the proceedings of that workshop.
The cipher is not subject to any patents.
==Properties==

TEA operates on two 32-bit unsigned integers (could be derived from a 64-bit data block) and uses a 128-bit key. It has a Feistel structure with a suggested 64 rounds, typically implemented in pairs termed ''cycles''. It has an extremely simple key schedule, mixing all of the key material in exactly the same way for each cycle. Different multiples of a magic constant are used to prevent simple attacks based on the symmetry of the rounds. The magic constant, 2654435769 or 9E3779B916 is chosen to be ⌊232/''ϕ''⌋, where ''ϕ'' is the golden ratio.〔
TEA has a few weaknesses. Most notably, it suffers from equivalent keys—each key is equivalent to three others, which means that the effective key size is only 126 bits. As a result, TEA is especially bad as a cryptographic hash function. This weakness led to a method for hacking Microsoft's Xbox game console, where the cipher was used as a hash function. TEA is also susceptible to a related-key attack which requires 223 chosen plaintexts under a related-key pair, with 232 time complexity. Because of these weaknesses, the XTEA cipher was designed.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Tiny Encryption Algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.